Name constructor

const Name(
  1. List<Map<ObjectIdentifier?, dynamic>> names
)

Implementation

const Name(this.names);