Migration.fromJson constructor

Migration.fromJson(
  1. Map<String, dynamic> json
)

Constructs a Migration object from JSON.

Implementation

factory Migration.fromJson(Map<String, dynamic> json) =>
    _$MigrationFromJson(json);