object function

AcanthisMap object(
  1. Map<String, AcanthisType> fields
)

Create a map of fields

Implementation

AcanthisMap object(Map<String, AcanthisType> fields) => AcanthisMap<dynamic>(
      fields,
    );