SvgPathSource.fromJson constructor

SvgPathSource.fromJson(
  1. Map<String, Object?> m
)

Implementation

factory SvgPathSource.fromJson(Map<String, Object?> m) =>
    SvgPathSource(m['d'] as String);