Account constructor

Account(
  1. String rawId,
  2. String type,
  3. String name,
  4. [List<String> mimetypes = const []]
)

Implementation

Account(this.rawId, this.type, this.name, [this.mimetypes = const []]);