Matrix3.fromJson constructor

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

Implementation

Matrix3.fromJson(Map<String, dynamic> json) {
  elements = json['elements'];
}