M7CapturedImage.fromJson constructor

M7CapturedImage.fromJson(
  1. String source
)

Implementation

factory M7CapturedImage.fromJson(String source) =>
    M7CapturedImage.fromMap(json.decode(source));