Properties.fromRawJson constructor

Properties.fromRawJson(
  1. String str
)

Implementation

factory Properties.fromRawJson(String str) =>
    Properties.fromJson(json.decode(str));