Maps constructor

Maps(
  1. {String name,
  2. String id,
  3. String assetName}
)

Implementation

Maps({this.name, this.id, this.assetName});