FlintModelRecord constructor

const FlintModelRecord(
  1. Map<String, dynamic> attributes
)

Creates a model record from JSON.

Implementation

const FlintModelRecord(this.attributes);