Attributes.fromMap constructor

Attributes.fromMap(
  1. Map<String, dynamic> json
)

Implementation

factory Attributes.fromMap(Map<String, dynamic> json) => Attributes(
);